XML Einrichten Version 1.3
PrepaidAmountOfLine Simple Type
XML Einrichten Version 1.3 : PrepaidAmountOfLine Simple Type
Beschreibung
Vorauszahlungsbetrag auf der Positions
Namensraum (none)
Typ
Restriction of xs:decimal
Diagramm
PrepaidAmountOfLine Simple Type
Overview
PrepaidAmountOfLine Restriction of xs:decimal
Vorauszahlungsbetrag auf der Positions
Facette (Aspekt)
TotalDigits15
FractionDigits3
Quelle
<xs:simpleType name="PrepaidAmountOfLine" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Vorauszahlungsbetrag auf der Positions</xs:documentation>
    <xs:documentation xml:lang="en">Prepaid amount on position</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="15" />
    <xs:fractionDigits value="3" />
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.3